home *** CD-ROM | disk | FTP | other *** search
- CreateModel(
- 4, //Number of detail levels
- "ha0", //Collision box file name
- // Object 0:
- "ha0g0", //PBO file name
- "MISSION", //Texture directory
- SORT, //This object shall be sorted
- 100, //Detail level
- // Object 1:
- "ha0g1", //PBO file name
- "MISSION", //Texture directory
- SORT, //This object shall be sorted
- 50, //Detail level
- // Object 2:
- "ha0g2", //PBO file name
- "MISSION", //Texture directory
- SORT, //This object shall be sorted
- 20, //Detail level
- // Object 3:
- "ha0g3", //PBO file name
- "MISSION", //Texture directory
- NO_SORT, //This object shall not be sorted
- 1 //Detail level
- );
-